enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Annuaire des associations proposant une offre - Orléans Métropole

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
nom
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom
Type
texte
Exemple
                       
sigle
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
sigle
Type
texte
Exemple
                       
description
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
description
Type
texte
Exemple
                       
principales_activites
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
principales_activites
Type
texte
Exemple
                       
id_om
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
id_om
Type
texte
Exemple
                       
catalogue numérique
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
catalogue_numerique
Type
texte
Exemple
                       

Schéma JSON

L'objet JSON ci dessous est une description standardisée du modèle de votre jeu de données. Pour en savoir plus sur JSON schema.

{
  • "title":"om-vieassociative-association-offre",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/om-vieassociative-association-offre"
      }
    ]
    ,
  • "definitions":
    {
    • "om-vieassociative-association-offre":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/om-vieassociative-association-offre_records"
            }
          }
        }
      }
      ,
    • "om-vieassociative-association-offre_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "nom":
              {
              • "type":"string",
              • "title":"nom",
              • "description":""
              }
              ,
            • "sigle":
              {
              • "type":"string",
              • "title":"sigle",
              • "description":""
              }
              ,
            • "description":
              {
              • "type":"string",
              • "title":"description",
              • "description":""
              }
              ,
            • "principales_activites":
              {
              • "type":"string",
              • "title":"principales_activites",
              • "description":""
              }
              ,
            • "id_om":
              {
              • "type":"string",
              • "title":"id_om",
              • "description":""
              }
              ,
            • "catalogue_numerique":
              {
              • "type":"string",
              • "title":"catalogue numérique",
              • "description":""
              }
            }
          }
        }
      }
    }
}